home *** CD-ROM | disk | FTP | other *** search
- #ifndef _curswindtkl_
- #define _curswindtkl_
- /******************************************************************************\
- * Header Files
- \******************************************************************************/
-
- #ifndef __EVENTS__
- #include <Events.h>
- #endif
-
- #ifndef __WINDOWS__
- #include <Windows.h>
- #endif
-
-
- /******************************************************************************\
- * Constants & Macros
- \******************************************************************************/
-
- #define cursWindKind 8 //WindowKind of Cursor window
-
-
- /******************************************************************************\
- * Function Prototypes
- \******************************************************************************/
-
- WindowPtr CreateCursWind (void);
- void DrawCursWind (WindowPtr);
- void ContentCursWind (EventRecord *, WindowPtr);
- void CloseCursWind (WindowPtr);
-
-
- #endif
-